From 819c18341597971e6af46b00a5b0138d93c42fba Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Fri, 13 Oct 2006 17:33:34 +0100 Subject: [PATCH] [XEND] Remove extra tap: prefix for device uname. Signed-off-by: Alastair Tse --- tools/python/xen/xend/XendConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index e3117e255e..5d7db039bc 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -809,7 +809,7 @@ class XendConfig(dict): return dev_uuid elif dev_type == 'tap': - dev_info['uname'] = 'tap:qcow:%s' % cfg_xenapi.get('image') + dev_info['uname'] = 'qcow:%s' % cfg_xenapi.get('image') dev_info['dev'] = '%s:disk' % cfg_xenapi.get('device') if cfg_xenapi.get('mode') == 'RW': -- 2.30.2